- inserted implement
- (拖拉機的)懸掛式農具
English-Chinese dictionary. 2013.
English-Chinese dictionary. 2013.
Hash table — Not to be confused with Hash list or Hash tree. Unordered map redirects here. For the proposed C++ class, see unordered map (C++). Hash Table Type unsorted dictionary Invented 1953 Time complexity in big O notation Average Worst case Space … Wikipedia
hand tool — any tool or implement designed for manual operation. * * * Introduction any of the implements used by craftsmen in manual operations, such as chopping, chiseling, sawing, filing, or forging. Complementary tools, often needed as auxiliaries to… … Universalium
Bloom filter — The Bloom filter, conceived by Burton H. Bloom in 1970, is a space efficient probabilistic data structure that is used to test whether an element is a member of a set. False positives are possible, but false negatives are not. Elements can be… … Wikipedia
Priority queue — A priority queue is an abstract data type in computer programming. It is exactly like a regular queue or stack data structure, but additionally, each element is associated with a priority . stack: elements are pulled in last in first out order (e … Wikipedia
United States — a republic in the N Western Hemisphere comprising 48 conterminous states, the District of Columbia, and Alaska in North America, and Hawaii in the N Pacific. 267,954,767; conterminous United States, 3,022,387 sq. mi. (7,827,982 sq. km); with… … Universalium
china — /chuy neuh/, n. 1. a translucent ceramic material, biscuit fired at a high temperature, its glaze fired at a low temperature. 2. any porcelain ware. 3. plates, cups, saucers, etc., collectively. 4. figurines made of porcelain or ceramic material … Universalium
China — /chuy neuh/, n. 1. People s Republic of, a country in E Asia. 1,221,591,778; 3,691,502 sq. mi. (9,560,990 sq. km). Cap.: Beijing. 2. Republic of. Also called Nationalist China. a republic consisting mainly of the island of Taiwan off the SE coast … Universalium
Java collections framework — class and interface hierarchy of java.util.Collection class and interface hierarchy … Wikipedia
Insert (SQL) — An SQL INSERT statement adds one or more records to any single table in a relational database. Basic formInsert statements have the following form: * INSERT INTO table ( column1 , [ column2, ... ] ) VALUES ( value1 , [ value2, ... ] )The number… … Wikipedia
AGRICULTURAL LAND-MANAGEMENT METHODS AND IMPLEMENTS IN ANCIENT EREẒ ISRAEL — Ereẓ Israel is a small country with a topographically fragmented territory, each geographical region having a distinctive character of its own. These regions include: the coastal plain, the lowlands, the hilly country, the inland valleys, the… … Encyclopedia of Judaism
Null (SQL) — The Greek lowercase omega (ω) character is used to represent Null in database theory. Null is a special marker used in Structured Query Language (SQL) to indicate that a data value does not exist in the database. Introduced by the creator of the… … Wikipedia